From 87a949895568794f53052cdf497e518b74b9efc9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Feb 2001 07:48:37 +0000 Subject: [PATCH] (Fclear_face_cache): Rename the `thorougly' argument into `thoroughly', to make it consistent with the doc string. --- src/xfaces.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index c23de151cad..fc8a224b5bd 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1005,10 +1005,10 @@ clear_face_cache (clear_fonts_p) DEFUN ("clear-face-cache", Fclear_face_cache, Sclear_face_cache, 0, 1, 0, "Clear face caches on all frames.\n\ Optional THOROUGHLY non-nil means try to free unused fonts, too.") - (thorougly) - Lisp_Object thorougly; + (thoroughly) + Lisp_Object thoroughly; { - clear_face_cache (!NILP (thorougly)); + clear_face_cache (!NILP (thoroughly)); ++face_change_count; ++windows_or_buffers_changed; return Qnil; -- 2.30.2